home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / loghp48.zip / READ.ME < prev    next >
Text File  |  1993-01-04  |  5KB  |  94 lines

  1. This program appeared in the December 1992 issue of QST, page 83.
  2. by Jim Osburn WD9EYB
  3.    2303 Hulman St.
  4.    Terre Haute, IN 47803
  5.  
  6. Logger and Dupe Checker Programs for the HP48sx
  7.     I've written an HP48sx calculator program for contest logging and
  8. dupe checking.  The HP48sx is a powerful handheld calculatorto which you
  9. can add sufficient memory to hold several thousand log entries.
  10. Although my program can't do as much as a contest logging program
  11. running on a laptop or desktop computer, the small size, minute power
  12. requirements and convenience of the calculator may interest some contest
  13. operators who own these calculators.
  14.  
  15. Program Overview
  16.     The program performs the logging function by storing a report
  17. keyed in by the operator as a string variable with a name that is the
  18. call sign of the duplicate-checking function by determining if a string
  19. variable exists that has the same name as a station to be worked.  If a
  20. matching string variable does exist, the station has been worked before
  21. and is a dupe.  If the string variable doesn't exist, the station is not
  22. a duplicate.
  23.     Depending on the outcome of the check, the program displays WORK
  24. 'EM! or UR A DUP OM!.  Determining the existence of a string variable to
  25. check duplicates is fast.  Had a search been coded in the calculator's
  26. user language, operation would have been so slow that the program
  27. probably wouldn't have been practical.
  28.     The log data is stored as a directory.  Each entry in a log is
  29. a variable that appears in the data directory.  Each variable name is
  30. the call sign of the station worked.  Stored in each variable is a
  31. string that includes the date and time the station was worked and the
  32. report keyed in.
  33.     The program has three subroutines: NXT does the duplicate
  34. checking; WRKD stores the report received; and DATIM formats the date
  35. and time for storing with the data for each QSO.
  36.  
  37. Installing the Program
  38.     Transfer the files to your HP48s or HP48sx using Kermit, or type the
  39. files into a subdirectory called LOGGER.  After installing the program
  40. change to the subdirectory.  Then create a subdirectory for each contest,
  41. band or mode that you plan on working.  Use the directory TEST to "test"
  42. out the program.  Change to this directory and execute NXT, or if you
  43. transfered the file LOGGER to your HP, press the CST button or create
  44. your own custon menu.
  45.  
  46. Program Operation
  47.     This is straightforward.  First, make sure the calculator is working
  48. in the subdirectory for the contest or band that you want.  If you're
  49. trying out the program, make sure the calculator is in the TEST
  50. subdirectory.
  51.     Bring up the menu by pressing the CST key, NXT and WRKD should be
  52. displayed on the menu line.  Push the key below NXT.  The program should
  53. prompt you for the call sign of the station you want to work.  There's
  54. no need to push the alpha shift while entering the call sign.  When you
  55. have finished entering the call sign, press the ENTER key.
  56.     The program will display UR A DUP OM! or WORK EM!.  It doesn't
  57. matter which message is displayed.  Of course, dupes can be reworked and
  58. stations not worked can be skipped.  If you decide not to work the
  59. station, press the key below NXT on the custom menu.  If you do work the
  60. station, press the key below WRKD.
  61.      When you press WRKD, the program prompts you to enter the report
  62. you received.  Enter something appropriate like 59 IN.  (Again, it's not
  63. necessary to use the alpha shift key while entering the report.  It's
  64. also not necessary to enter the call sign, date or time as the program
  65. automatically records that.)  When you've finished entering the report,
  66. press the ENTER key.  The program prompts you for the next call sign.
  67.      When the contest is over, upload the data from the subdirectories
  68. to a PC system and print them.  When uploading the data subdirectories,
  69. transfer them as ASCII files.  The result should be a log, sorted by
  70. time.  After you have loaded the data into the PC, purge the calculator
  71. subdirectory to make room for the next contest.  If you've uploaded the
  72. directories as ASCII, you can massage them with a text editor or word
  73. processor.  You can also use the MS/PC DOS SORT program to sort by call sign.
  74.  
  75. Program Use
  76.      I've used the program in a few contests and find the operation
  77. satisfactory.  Jack Derry, K9CUN, used the program during the 1991 Field
  78. Day.  Since stations are worked once per band on Field Day, Jack created
  79. separate subdirectories for each band giving them names like PH40 and
  80. CW15.  He logged a few hundred QSOs using the program with no problem.
  81.      Both Jack and I have 32-kilobyte RAM expansion cards in our
  82. calculators.  If a 128-kilobyte RAM expansion card is used, a few
  83. thousand QSOs can be entered, depending on the size of the program.
  84.  
  85. Summary
  86.      The HP48sx logger and dupe-checker program won't perform the more
  87. advanced functions that many PC-based logging and dupe-checking programs
  88. do. But its small size, battery operation and convenience give
  89. computer-based logging and dupe checking portability in a size not known
  90. before.  QRP operators may be intersted in such portability.  Some
  91. contest operators may also be interested in a computer logger and duper
  92. that takes up little room on the operating desk.
  93.  
  94.